FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/mi-imaging-study-identifier-type

Packageca.on.mi.pkg
Resource TypeValueSet
Idmi-imaging-study-identifier-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mi.pkg@0.9.0-beta-3-testing&canonical=http://ontariohealth.ca/fhir/ValueSet/mi-imaging-study-identifier-type
URLhttp://ontariohealth.ca/fhir/ValueSet/mi-imaging-study-identifier-type
Version0.9.0
Statusactive
Date2024-04-19T02:20:56.4940505+00:00
NameImagingStudyIdentifierType
TitleMedical Imaging Study Identifier Type
Realmca
DescriptionIndicates the medical imaging study identifiers types.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0203identifierType
DCMDICOM Controlled Terminology

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "mi-imaging-study-identifier-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/mi-imaging-study-identifier-type",
  "version": "0.9.0",
  "name": "ImagingStudyIdentifierType",
  "title": "Medical Imaging Study Identifier Type",
  "status": "active",
  "date": "2024-04-19T02:20:56.4940505+00:00",
  "publisher": "Ontario Health",
  "description": "Indicates the medical imaging study identifiers types.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "concept": [
          {
            "code": "110180",
            "display": "Study Instance UID"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      }
    ]
  }
}